home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCorpDemo, gPickerPath, gDemoState
- if the timer > (3 * 60 * 60) then
- setupPuppets(1, 48, 0)
- if not voidp(gCorpDemo) then
- set gCorpDemo to "Picker DemoAll"
- go("returnFade", gPickerPath)
- else
- resetDemo()
- set gDemoState to 1
- go("CReturn")
- end if
- else
- go(the frame)
- end if
- end
-